home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / usenet / sources / volume90 / aplictns / listplot / part01 / examples / README < prev   
Text File  |  1990-08-23  |  595b  |  18 lines

  1. Some example shell scripts.  To execute them, try one or all of the
  2. following
  3.  
  4.   execute lineplot lineinput [ title [ xlabel [ ylabel [ device ] ] ] ]
  5.   execute polarplot polarinput [ device ]
  6.   execute logplot loginput [ title [ xlabel [ ylabel [ device ] ] ] ]
  7.  
  8. where the parameters in brackets are optional. (They must be given in order
  9. however, so to specify the device in lineplot you must also give the title,
  10. xlabel, and ylabel. They can be a null string, i.e. "".)
  11.  
  12. For example
  13.  
  14.   execute lineplot lineinput "lineplot title" x y
  15.   execute lineplot lineinput "" "" "" printer
  16.  
  17. will work.
  18.